go/types.Checker.recordSelection (method)
5 uses
go/types (current package)
builtins.go#L744: check.recordSelection(selx, FieldVal, base, obj, index, false)
call.go#L854: check.recordSelection(e, MethodExpr, x.typ, m, index, indirect)
call.go#L897: check.recordSelection(e, FieldVal, x.typ, obj, index, indirect)
call.go#L908: check.recordSelection(e, MethodVal, x.typ, obj, index, indirect)
recording.go#L164: func (check *Checker) recordSelection(x *ast.SelectorExpr, kind SelectionKind, recv Type, obj Object, index []int, indirect bool) {